home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_PICT / Testing / hex_tests / text=styles.hex < prev    next >
Text File  |  1993-08-01  |  2KB  |  57 lines

  1. %
  2. %    Test the style opcode (04) to make sure it will at least cause all the styles to be drawn
  3. %    approx right.  NOTE that this uses fonr 22, new century schoolboook, which will probably
  4. %    cause an outline to be used.  This might be changed to a 'bitmap' type three font to
  5. %    make sure that that works as well.  
  6. %
  7. % header
  8. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  9. % end of app-specific header
  10. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  11. 0011 02FF                    % verson
  12. 0001 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  13. 0030 0000 0000 00FF 00FF        % draw bounding rect
  14. 0003 0022                    % New century schoolbook
  15. 000D 0018                    % set the size
  16. %
  17. %    Draw a condensed line of text
  18. %
  19. 0004 20 00
  20. 002A 18 (Style is condensed)
  21. %
  22. %    Draw a plain line of text
  23. %
  24. 0004 00 00
  25. 002A 20 (Style is plain)
  26. %
  27. %    Draw a extend line of text
  28. %
  29. 0004 40 00
  30. 002A 20 (Style is extend!)
  31. %
  32. %    Draw a bold line of text
  33. %
  34. 0004 01 00
  35. 002A 20 (Style is bold!)
  36. %
  37. %    Draw an italic line of text
  38. %
  39. 0004 02 00
  40. 002A 20 (Style is italic!)
  41. %
  42. %    Draw an italic line of text
  43. %
  44. 0004 04 00
  45. 002A 20 (Style is underline)
  46. %
  47. %    Draw an outline line of text
  48. %
  49. 0004 08 00
  50. 002A 20 (Style is outline)
  51. %
  52. %    Draw a shadow line of text
  53. %
  54. 0004 10 00
  55. 002A 20 (Style is shadow!)
  56. 00FF    % end
  57.